You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > SetIt Method > TVec.SetIt Method ([In] double[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.SetIt Method ([In] double[])

Sets vector values (double).

Syntax
C#
Visual Basic
public TVec SetIt([In] double[] A);

Does not change the Length or TMtxVec.ComplexComplexproperties of the calling vector, but it does check for array overrun. The elements of A array are copied to the calling vector, starting at index 0. If the calling vector is complex then real parts of complex numbers are on even (0,2,4..)and imaginary parts on odd indexes.(1,3,5,..)

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!